[INFO] cloning repository https://github.com/JackBThimble/rincos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JackBThimble/rincos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackBThimble%2Frincos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackBThimble%2Frincos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 327f6b6c11b0ae5325cc846fe9bc01f953dce83c
[INFO] fixing JackBThimble/rincos against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJackBThimble%2Frincos" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JackBThimble/rincos
[INFO] finished tweaking git repo https://github.com/JackBThimble/rincos
[INFO] tweaked toml for git repo https://github.com/JackBThimble/rincos written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JackBThimble/rincos on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JackBThimble/rincos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded limine v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a
[INFO] running `Command { std: "docker" "start" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking limine v0.5.0
[INFO] [stderr]     Checking rincos v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `heap`
[INFO] [stdout]  --> src/mm/mod.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod heap;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `heap`, create file "src/mm/heap.rs" or "src/mm/heap/mod.rs"
[INFO] [stdout]   = note: if there is a `mod heap` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0585]: found a documentation comment that doesn't document anything
[INFO] [stdout]   --> src/mm/pmm.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum PageState {
[INFO] [stdout]    |          --------- while parsing this enum
[INFO] [stdout] ...
[INFO] [stdout] 20 |     Pinned = 3, /// Can't be swapped out (DMA, IPC buffers)
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: doc comments must come before what they document, if a comment was intended use `//`
[INFO] [stdout]    = help: enum variants can be `Variant`, `Variant = <integer>`, `Variant(Type, ..., TypeN)` or `Variant { fields: Types }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `vmm`
[INFO] [stdout]  --> src/mm/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod vmm;
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `vmm`, create file "src/mm/vmm.rs" or "src/mm/vmm/mod.rs"
[INFO] [stdout]   = note: if there is a `mod vmm` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `exception_handler_rust` is defined multiple times
[INFO] [stdout]    --> src/arch/x86_64/idt.rs:358:1
[INFO] [stdout]     |
[INFO] [stdout] 126 | extern "C" fn exception_handler_rust(frame: *mut u8, vec: usize) {
[INFO] [stdout]     | ---------------------------------------------------------------- previous definition of the value `exception_handler_rust` here
[INFO] [stdout] ...
[INFO] [stdout] 358 | extern "C" fn exception_handler_rust(ctx: &ExceptionContext, num: u64) {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `exception_handler_rust` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `exception_handler_rust` must be defined only once in the value namespace of this module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::arch::aarch64`
[INFO] [stdout]  --> src/mm/mod.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::arch::aarch64::boot;
[INFO] [stdout]   |                  ^^^^^^^ could not find `aarch64` in `arch`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> src/arch/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]   |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout] 2 | pub mod aarch64;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]   --> src/main.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     println!("Hello, world!");
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `aarch64` in `arch`
[INFO] [stdout]   --> src/main.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 arch::aarch64::get_current_el()
[INFO] [stdout]    |                       ^^^^^^^ could not find `aarch64` in `arch`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/arch/mod.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  1 | #[cfg(target_arch = "aarch64")]
[INFO] [stdout]    |       ----------------------- the item is gated behind the `aarch64` feature
[INFO] [stdout]  2 | pub mod aarch64;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::arch::exceptions`
[INFO] [stdout]  --> src/arch/x86_64/idt.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::arch::exceptions;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl`
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / fn panic(info: &PanicInfo) -> ! {
[INFO] [stdout] 14 | |     if let Some(serial) = unsafe { serial::SERIAL.as_mut() } {
[INFO] [stdout] 15 | |         use core::fmt::Write;
[INFO] [stdout] 16 | |         let _ = writeln!(serial, "KERNEL PANIC: {}", info);
[INFO] [stdout] ...  |
[INFO] [stdout] 23 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the lang item is first defined in crate `std` (which `test` depends on)
[INFO] [stdout]    = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ebc3593764c44f83.rmeta
[INFO] [stdout]    = note: second definition in the local crate (`rincos`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0152, E0428, E0432, E0433, E0583, E0585.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0152`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rincos` (bin "rincos" test) due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a", kill_on_drop: false }`
[INFO] [stdout] 9eee020ddbc2f0d8f044ab6c1e86f6ba42181675d44e278c13e6c05a9da3278a
